All Questions
4 questions
0votes
1answer
1kviews
Full Bash script on creating txt file, directory, copy file, display info
Im still very new to codeing and Im still learning the basics and would love some help with explanation to learn what to do. Im stuck on this matter atm: Bash script to create a file with text inside ...
2votes
1answer
1kviews
wpa_action script: How to run wpa_cli in daemon mode?
I was trying to build a script that runs when wifi is connected or disconnected. After a lot of searches, I got wpa_cli -a command to work with my script. test.sh case "$1" in wlan0) ...
0votes
1answer
277views
Script too slow ? Any particular reason?
I have a script which does hexdump along with pipeline commands and finally I am redirecting it to a file. Now I am logging data from the serial port of my Raspberry Pi. I also call a python script(...
4votes
1answer
2kviews
How Can I Automate the Change between a Python Script and a Nohup Python Script?
I have a Raspberry Pi connected to a digital temperature probe, which measures my fermenting beer. A python script reads the temperature every second and prints it to the console, and stores it in a ...